Introduction to Web Development using HTML 5
By: Kris Jamsa, Ph.D.

Chapter 23: CSS Transformations and Rotations

This chapter examines the movement, rotation, scaling, and skewing of text and graphics using CSS. By the time you finish this chapter, you will understand the following key concepts:

● How to use the CSS transform property to translate or move, rotate, skew, or scale an HTML element
● How to use the transform property rotate function to rotate an HTML element on a page
● How to use the transform property translate function to move an HTML element on a page
● How to use the transform property scale function to increase or decrease the size of an HTML element on a page
● How to use the transform property skew function to skew an HTML element on a page along the object's x or y axis

Chapter PowerPoint Presentation


ImageRotate.html
RotateDivs.html
SpinImage.html
MoveDiv.html
ImageRotate.html
GrowAndShrink.html
FlipImage.html
SkewImage.html